/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;

    background-image: url('imgs/Abstract Fluid Pattern.jpeg');
    padding: 50px 0;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;

    color: #333;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#LM {
    font-family: "Playfair Display", serif;
    color: #007FFF;
    font-size: 93px;

}

#LM2 {
    font-family: "Playfair Display", serif;
    color: #007FFF;
    font-size: 50px !important;

}

*{
    user-select: none;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}



h2 {
    padding-top: 50px;
    font-size: 5rem;
    margin-bottom: 2rem;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

#CText {
    font-size: 2rem;
    line-height: 1.5;
    margin: 15%;
}

#CButton {
    
    font-size: 30px;
    box-shadow: 3px 10px 18px rgba(0, 0, 0, 0.3);
}


/* Header */
.hero {
    /*background-image: url('imgs/Abstract Fluid Pattern.jpeg');*/
    padding: 50px 0;
    text-align: center;
    height: 467px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 500px;
}

.logo {
    font-size: 3rem;
    font-weight: bold;
}

.logo-scritta {
    padding-top: 150px;
    width: 81%;
    font-size: 3rem;
    font-weight: bold;


}



.blue {
    color: #00aaff;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

/* Sections */
.section {
    padding: 50px 20px;
    max-width: 960px;
    margin: 0 auto;
    background: white;
    margin-bottom: 20px;
    border-radius: 30px;
    min-height:100vh;
    max-height: fit-content;
    text-align: center;
}

.features-container, .watch-container, .reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.feature, .watch-feature {
    flex: 1 1 calc(33% - 20px);
    background: #eee;
    border-radius: 28px;
    text-align: center;
}

.icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

/* Mission Section */
.mission {
    background: #1a1a1a;
    color: white;

    background-image: url('imgs/Concentric Color Gradient.jpeg');
    padding: 50px 0;
    text-align: center;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px;
}


#vision{
    background: #1a1a1a;
    color: white;

    background-image: url('imgs/Futuristic Cityscape with Celestial Backdrop.png');
    padding: 50px 0;
    text-align: center;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1850px;

}


#title{

    padding: 10px;
}


button {
    background: #00aaff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


#newsletter-button{

    margin-top: 24px;
    color: white;
    background-color: #00ccff;
    border: 2px solid #00ccff;
    border-radius: 5px;
    width: 85%;
    cursor: pointer;
    transition: border-color 0.1s ease, background-color 0.1s ease;
    font-size: 21px;
}


#newsletter-button:hover{
    
    border-color: #00ccff;
    background-color: transparent;
    color: black;
}


#newsletter-button-x{

    margin-top: 24px;
    color: white;
    background-color: #00ccff;
    border: 2px solid #00ccff;
    border-radius: 5px;
    width: 85%;
    cursor: pointer;
    transition: border-color 0.1s ease, background-color 0.1s ease;
    font-size: 21px;
}


#newsletter-button-x:hover{
    
    border-color: #00ccff;
    background-color: transparent;
    color: white;
}




.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    background: whitesmoke;
    padding: 20px;
    border-radius: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #4a5568;
    font-size: 16px;
}

.required {
    color: #e53e3e;
}

input, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fff;
}

input::placeholder, textarea::placeholder {
    color: #a0aec0;
}

textarea {
    min-height: 120px;
    resize: vertical;
}


    #subtitle {

        padding-top: 50px;
        font-size: 5rem;
        color: #1E90FF;
    }



@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .features-container, .watch-container {
        flex-direction: column;
    }
    .feature, .watch-feature {
        flex: 1 1 100%;
    }
    nav ul {
        flex-direction: column;
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: black;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    flex-direction: row;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.logo {
    max-height: 50px;
    margin-right: 20px;
}

.nav-links {
    display: flex;
    gap: 50px;
    flex-grow: 1;
    justify-content: center;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #007bff;
}

.contact-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #0056b3;
}



@media screen and (max-width: 561px) {
    .navbar {
        flex-direction: row;
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.7);
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    
    .nav-links {
        display: none;
    }
    
    .logo {
        margin-right: auto;
    }
    
    .contact-btn {
        margin-left: auto;
    }
}


